home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000127.unknown < prev    next >
Text File  |  2013-04-03  |  3KB  |  88 lines

  1. .CodeMirror {
  2.   line-height: 1.2em !important;
  3.   height: 100% !important;
  4. }
  5.  
  6. .CodeMirror-linenumber {
  7.   padding-top: 1px !important;
  8.   min-width: 22px !important;
  9. }
  10.  
  11. .cm-highlight {
  12.   -webkit-animation: "fadeout" 2s 0s;
  13. }
  14. @-webkit-keyframes fadeout {
  15.     from {background-color: rgb(255, 255, 120); }
  16.     to { background-color: white; }
  17. }
  18. .cm-breakpoint {
  19.   color: white;
  20.   position: absolute;
  21.   right: 3px;
  22.   margin: 0 -8px 0 -6px !important;
  23.   border-width: 0 8px 0px 2px !important;
  24.   -webkit-border-image: url(Images/breakpointBorder.png) 1 14 1 2;
  25.   padding: 0 0 1px 100px;
  26. }
  27. .cm-breakpoint-disabled {
  28.   opacity: 0.5;
  29. }
  30. .cm-breakpoint-conditional {
  31.   -webkit-border-image: url(Images/breakpointConditionalBorder.png) 1 14 1 2;
  32. }
  33. .cm-execution-line {
  34.     background-color: rgb(171, 191, 254) !important;
  35.     outline: 1px solid rgb(64, 115, 244);
  36. }
  37.  
  38. .cm-s-web-inspector-js span.cm-keyword {color: rgb(170, 13, 145);}
  39. .cm-s-web-inspector-js span.cm-number {color: rgb(28, 0, 207);}
  40. .cm-s-web-inspector-js span.cm-comment {color: rgb(0, 116, 0);}
  41. .cm-s-web-inspector-js span.cm-string {color: rgb(196, 26, 22);}
  42. .cm-s-web-inspector-js span.cm-string-2 {color: rgb(196, 26, 22);}
  43.  
  44. .cm-s-web-inspector-css span.cm-keyword { color: rgb(7, 144, 154);}
  45. .cm-s-web-inspector-css span.cm-number {color: rgb(50, 0, 255);}
  46. .cm-s-web-inspector-css span.cm-comment {color: rgb(0, 116, 0);}
  47. .cm-s-web-inspector-css span.cm-meta {color: rgb(200, 0, 0);}
  48. .cm-s-web-inspector-css span.cm-atom {color: rgb(7, 144, 154);}
  49. .cm-s-web-inspector-css span.cm-string {color: rgb(7, 144, 154);}
  50. .cm-s-web-inspector-css span.cm-string-2 {color: rgb(7, 144, 154);}
  51. .cm-s-web-inspector-css span.cm-link {color: rgb(7, 144, 154);}
  52. .cm-s-web-inspector-css span.cm-variable {color: rgb(200, 0, 0);}
  53.  
  54. .cm-s-web-inspector-html span.cm-meta {color: rgb(192, 192, 192);}
  55. .cm-s-web-inspector-html span.cm-comment {color: rgb(35, 110, 37);}
  56. .cm-s-web-inspector-html span.cm-string {color: rgb(26, 26, 166);}
  57. .cm-s-web-inspector-html span.cm-tag {color: rgb(136, 18, 128);}
  58. .cm-s-web-inspector-html span.cm-attribute {color: rgb(153, 69, 0);}
  59. .cm-s-web-inspector-html span.cm-link {color: #00e;}
  60.  
  61. .CodeMirror .webkit-html-message-bubble {
  62.     -webkit-box-shadow: black 0px 2px 5px;
  63.     -webkit-border-radius: 9px;
  64.     -webkit-border-fit: lines;
  65.     font-size: 10px;
  66.     font-family: Lucida Grande, sans-serif;
  67.     font-weight: bold;
  68.     margin: 3px 10px;
  69.     padding: 1px 2px 0;
  70.     z-index: 5;
  71. }
  72.  
  73. .CodeMirror .webkit-html-message-bubble img {
  74.     position: relative;
  75.     top: 1px;
  76.     margin-right: 2px;
  77. }
  78.  
  79. .CodeMirror .webkit-html-warning-message {
  80.     background-color: rgb(100%, 62%, 42%);
  81.     border: 2px solid rgb(100%, 52%, 21%);
  82. }
  83.  
  84. .CodeMirror .webkit-html-error-message {
  85.     background-color: rgb(100%, 42%, 42%);
  86.     border: 2px solid rgb(100%, 31%, 31%);
  87. }
  88.